home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00071.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  312 b   |  17 lines

  1. on mouseUp
  2.   global label, s, drums
  3.   if label = 1 then
  4.     do("sel" & s & EMPTY)
  5.     repeat while the mouseUp
  6.       puppetSound(1, 0)
  7.     end repeat
  8.     puppetSound(1, 106)
  9.   else
  10.     repeat while the mouseUp
  11.       puppetSound(1, 0)
  12.     end repeat
  13.     set drums to 0
  14.     do("sel" & s + 10 & EMPTY)
  15.   end if
  16. end
  17.